home *** CD-ROM | disk | FTP | other *** search
- To create the executable file SOLID.COM, first prepare a file called
- SOLID.SCR containing the following:
-
- a 100
- mov ah,3
- mov bh,0
- int 10
- mov ah,1
- mov ch,0
- int 10
- int 20
-
- rcx
- e
- n solid.com
- w
- q
-
- Then use the following command to make SOLID.COM:
-
- C>A:
- A>C:DEBUG <A:SOLID.SCR
-
- This will create A:SOLID.COM which can be executed by typing
-
- A>SOLID
-